IsEqualTo Constructor (PropertyPath, Boolean) |
Initializes a new instance of the
IsEqualTo class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IsEqualTo(
PropertyPath propertyPath,
bool value
)
Public Sub New (
propertyPath As PropertyPath,
value As Boolean
)
Parameters
- propertyPath
- Type: Independentsoft.ExchangePropertyPath
The property path. - value
- Type: SystemBoolean
if set to true [value].
See Also